projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1fa6af
)
(${archlibdir}): Compare the proper dir
author
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Jul 1994 20:33:17 +0000
(20:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 29 Jul 1994 20:33:17 +0000
(20:33 +0000)
before installing the scripts.
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 330d61684af17f07ec6b6491103a14b905b0987a..9ae70ceeb6bc97c806b5be72d3a38c3c6bba0aba 100644
(file)
--- a/
lib-src/Makefile.in
+++ b/
lib-src/Makefile.in
@@
-199,6
+199,9
@@
${archlibdir}: all
for file in ${UTILITIES}; do \
(cd ..; $(INSTALL_PROGRAM) lib-src/$$file ${archlibdir}/$$file) ; \
done ; \
+ fi
+ if [ `(cd ${archlibdir} && /bin/pwd)` \
+ != `(cd ${srcdir} && /bin/pwd)` ]; then \
for file in ${SCRIPTS}; do \
(cd ..; $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file); \
done ; \